From: Michael Ellerman Date: Wed, 25 Jul 2012 21:20:00 +0000 (+0000) Subject: powerpc: Remove phys_to_abs() now all users have been removed X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~10229^2~100 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=6bfa5c586b87a36f742e0525e6c337074b68978d;p=linux-4.9.git powerpc: Remove phys_to_abs() now all users have been removed Signed-off-by: Michael Ellerman Signed-off-by: Benjamin Herrenschmidt --- diff --git a/arch/powerpc/include/asm/abs_addr.h b/arch/powerpc/include/asm/abs_addr.h index 419aab7176a2..4c92fba8c92c 100644 --- a/arch/powerpc/include/asm/abs_addr.h +++ b/arch/powerpc/include/asm/abs_addr.h @@ -18,8 +18,6 @@ #include #include -#define phys_to_abs(pa) (pa) - /* Convenience macros */ #define virt_to_abs(va) __pa(va) #define abs_to_virt(aa) __va(aa)